update
This commit is contained in:
@@ -94,37 +94,6 @@ metadata:
|
||||
name: dolibarr-tests
|
||||
---
|
||||
apiVersion: v1
|
||||
data:
|
||||
mariadb-password: ZG9saWJhcnI=
|
||||
mariadb-root-password: MG1kcWpvYWp6Nw==
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: dolibarr
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: mariadb
|
||||
app.kubernetes.io/part-of: mariadb
|
||||
app.kubernetes.io/version: 11.4.5
|
||||
helm.sh/chart: mariadb-20.4.2
|
||||
name: dolibarr-mariadb
|
||||
namespace: dolibarr
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
data:
|
||||
dolibarr-admin-password: YWRtaW4=
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: dolibarr
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: dolibarr
|
||||
app.kubernetes.io/version: 21.0.0
|
||||
helm.sh/chart: dolibarr-7.0.0
|
||||
name: dolibarr
|
||||
type: Opaque
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
@@ -237,8 +206,7 @@ spec:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
checksum/secret: 541efa5059812db22d6496d656a2ba104aed45d13df16a95ef81a71c06d7832c
|
||||
annotations: null
|
||||
labels:
|
||||
app.kubernetes.io/instance: dolibarr
|
||||
app.kubernetes.io/name: dolibarr
|
||||
@@ -262,12 +230,12 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: mariadb-password
|
||||
name: dolibarr-mariadb
|
||||
name: dolibarr
|
||||
- name: DOLI_DB_NAME
|
||||
value: dolibarr
|
||||
- name: DOLI_URL_ROOT
|
||||
value: http://dolibarr.ggw
|
||||
image: docker.io/dolibarr/dolibarr:21.0.0
|
||||
value: https://dolibarr.ggw
|
||||
image: docker.io/dolibarr/dolibarr:21.0.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
@@ -315,7 +283,7 @@ spec:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: mariadb-password
|
||||
name: dolibarr-mariadb
|
||||
name: dolibarr
|
||||
- name: MARIADB_DATABASE
|
||||
value: dolibarr
|
||||
image: docker.io/wait4x/wait4x:3.2.0
|
||||
@@ -329,7 +297,7 @@ spec:
|
||||
- -ec
|
||||
- |
|
||||
rm -f /var/www/documents/install.lock
|
||||
image: docker.io/dolibarr/dolibarr:21.0.0
|
||||
image: docker.io/dolibarr/dolibarr:21.0.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: init
|
||||
resources: {}
|
||||
@@ -548,7 +516,7 @@ spec:
|
||||
path: mariadb-root-password
|
||||
- key: mariadb-password
|
||||
path: mariadb-password
|
||||
secretName: dolibarr-mariadb
|
||||
secretName: dolibarr
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
volumeClaimTemplates:
|
||||
|
||||
Reference in New Issue
Block a user