Skip to content
Snippets Groups Projects
Verified Commit e3a8188c authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Add initial version of flux experiments

parents
No related branches found
No related tags found
No related merge requests found
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure
prune: true
validation: client
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- sources
- postgres
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: zalando-postgres
resources:
- namespace.yaml
- release.yaml
apiVersion: v1
kind: Namespace
metadata:
name: zalando-postgres
iapiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: zalando-postgres-operator
namespace: zalando-postgres
spec:
releaseName: zalando-postgres-operator
chart:
spec:
chart: postgres-operator
sourceRef:
kind: HelmRepository
name: zalando-postgres-operator
namespace: flux-system
valuesFiles:
- values.yaml
interval: 5m
install:
remediation:
retries: 3
values:
configGeneral:
kubernetes_use_configmaps: true
# Required due to OpenShift magic
securityContext:
runAsUser: null
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: zalando-postgres-operator
spec:
interval: 30m
url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment