fix tls and key secrets
This commit is contained in:
@@ -20,6 +20,8 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: api-env-secret
|
||||
- secretRef:
|
||||
name: optima-keys-secret
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -4,7 +4,8 @@ metadata:
|
||||
name: optima-api-ingress
|
||||
namespace: optima
|
||||
annotations:
|
||||
ingress.kubernetes.io/ssl-redirect: "false"
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
spec:
|
||||
tls:
|
||||
- secretName: osdci-net-cert
|
||||
|
||||
@@ -16,6 +16,8 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: api-env-secret
|
||||
- secretRef:
|
||||
name: optima-keys-secret
|
||||
restartPolicy: Never
|
||||
imagePullSecrets:
|
||||
- name: github-container-registry
|
||||
|
||||
Reference in New Issue
Block a user