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