wordpress nach ns löschung
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
#kind: Application
|
kind: Application
|
||||||
#metadata:
|
metadata:
|
||||||
# name: wordpress
|
name: wordpress
|
||||||
# finalizers:
|
finalizers:
|
||||||
# - resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
#spec:
|
spec:
|
||||||
# project: default
|
project: default
|
||||||
# source:
|
source:
|
||||||
# repoURL: 'https://charts.bitnami.com/bitnami'
|
repoURL: 'https://charts.bitnami.com/bitnami'
|
||||||
# targetRevision: 23.*.*
|
targetRevision: 23.*.*
|
||||||
## targetRevision: 19.*.*
|
# targetRevision: 19.*.*
|
||||||
# chart: wordpress
|
chart: wordpress
|
||||||
## chart: mariadb
|
# chart: mariadb
|
||||||
# helm:
|
helm:
|
||||||
# values: |
|
values: |
|
||||||
# mariadb.auth.rootPassword: 'root0'
|
mariadb.auth.rootPassword: 'root0'
|
||||||
## parameters:
|
# parameters:
|
||||||
## - name: ingress.hostname
|
# - name: ingress.hostname
|
||||||
## value: 'www.innovation-hub-niedersachsen.de'
|
# value: 'www.innovation-hub-niedersachsen.de'
|
||||||
## - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints
|
# - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints
|
||||||
## value: 'web'
|
# value: 'web'
|
||||||
## - name: fullnameOverride
|
# - name: fullnameOverride
|
||||||
## value: 'localhost'
|
# value: 'localhost'
|
||||||
## - name: mariadb.auth.rootPassword
|
# - name: mariadb.auth.rootPassword
|
||||||
## value: 'root0'
|
# value: 'root0'
|
||||||
# destination:
|
destination:
|
||||||
# namespace: wordpress
|
namespace: wordpress
|
||||||
# server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
# syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
# selfHeal: true
|
selfHeal: true
|
||||||
# syncOptions:
|
syncOptions:
|
||||||
# - CreateNamespace=true
|
- CreateNamespace=true
|
||||||
Reference in New Issue
Block a user