remove image pull secrets
This commit is contained in:
@@ -41,8 +41,6 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: db-data
|
- name: db-data
|
||||||
mountPath: /var/lib/mysql
|
mountPath: /var/lib/mysql
|
||||||
imagePullSecrets:
|
|
||||||
- name: gitlab-registry
|
|
||||||
containers:
|
containers:
|
||||||
- name: db
|
- name: db
|
||||||
image: harbour.control-1.test.signalytic.dev/epcare/mysql/arm64:1.0
|
image: harbour.control-1.test.signalytic.dev/epcare/mysql/arm64:1.0
|
||||||
|
|||||||
@@ -30,15 +30,13 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: NODE_HOSTNAME
|
kubernetes.io/hostname: NODE_HOSTNAME
|
||||||
imagePullSecrets:
|
|
||||||
- name: gitlab-registry
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-db
|
- name: wait-for-db
|
||||||
image: busybox:1.36
|
image: busybox:1.36
|
||||||
command: ['sh', '-c', 'until nc -z db 3306; do echo "waiting for db..."; sleep 3; done']
|
command: ['sh', '-c', 'until nc -z db 3306; do echo "waiting for db..."; sleep 3; done']
|
||||||
containers:
|
containers:
|
||||||
- name: backend
|
- name: backend
|
||||||
image: harbour.control-1.test.signalytic.dev/epcare/backend/arm64:1.1
|
image: harbour.control-1.test.signalytic.dev/epcare/backend/arm64:1.2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
|||||||
@@ -30,8 +30,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: NODE_HOSTNAME
|
kubernetes.io/hostname: NODE_HOSTNAME
|
||||||
imagePullSecrets:
|
|
||||||
- name: gitlab-registry
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-backend
|
- name: wait-for-backend
|
||||||
image: busybox:1.36
|
image: busybox:1.36
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: NODE_HOSTNAME
|
kubernetes.io/hostname: NODE_HOSTNAME
|
||||||
imagePullSecrets:
|
|
||||||
- name: gitlab-registry
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait-for-frontend
|
- name: wait-for-frontend
|
||||||
image: busybox:1.36
|
image: busybox:1.36
|
||||||
|
|||||||
@@ -31,8 +31,6 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: NODE_HOSTNAME
|
kubernetes.io/hostname: NODE_HOSTNAME
|
||||||
imagePullSecrets:
|
|
||||||
- name: gitlab-registry
|
|
||||||
containers:
|
containers:
|
||||||
- name: databasus
|
- name: databasus
|
||||||
image: harbour.control-1.test.signalytic.dev/epcare/databasus/arm64:1.0
|
image: harbour.control-1.test.signalytic.dev/epcare/databasus/arm64:1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user