ci: codex
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: 028945bf-debug
|
tag: 9ed4165e-debug
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: "nginx"
|
||||||
@@ -20,12 +18,10 @@ ingress:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- codex.dev.oceanbox.io
|
- codex.dev.oceanbox.io
|
||||||
secretName: staging-codex-tls
|
secretName: staging-codex-tls
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: appsettings
|
- name: appsettings
|
||||||
configMap:
|
configMap:
|
||||||
name: staging-codex-appsettings
|
name: staging-codex-appsettings
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: appsettings
|
- name: appsettings
|
||||||
mountPath: "/app/appsettings.Development.json"
|
mountPath: "/app/appsettings.Development.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user