Standardize config.
This commit is contained in:
@@ -16,9 +16,9 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: keila
|
||||
image: "{{ .image }}"
|
||||
image: "pentacent/keila:0.17.1"
|
||||
ports:
|
||||
- containerPort: {{ .port }}
|
||||
- containerPort: 4000
|
||||
env:
|
||||
- name: DB_URL
|
||||
valueFrom:
|
||||
@@ -32,7 +32,7 @@ spec:
|
||||
- name: URL_PORT
|
||||
value: "443"
|
||||
- name: PORT
|
||||
value: "{{ .port }}"
|
||||
value: "4000"
|
||||
- name: SECRET_KEY_BASE
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
@@ -72,13 +72,13 @@ spec:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: {{ .port }}
|
||||
port: 4000
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: {{ .port }}
|
||||
port: 4000
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user