Remove "taiga-" prefix
This commit is contained in:
parent
04d69a930b
commit
852055ad9d
21 changed files with 2 additions and 3 deletions
|
@ -4,13 +4,13 @@ metadata:
|
||||||
name: taiga-async-deployment
|
name: taiga-async-deployment
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.part-of: c4k-taiga
|
app.kubernetes.part-of: c4k-taiga
|
||||||
app.kubernetes.io/component: taiga-async
|
app.kubernetes.io/component: taiga-async
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: taiga
|
app: taiga
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: taiga
|
app: taiga
|
||||||
|
@ -55,7 +55,6 @@ spec:
|
||||||
value: "postgresql-service"
|
value: "postgresql-service"
|
||||||
- name: POSTGRES_PORT
|
- name: POSTGRES_PORT
|
||||||
value: "5432"
|
value: "5432"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: taiga-static
|
- name: taiga-static
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
Loading…
Reference in a new issue