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
|
||||
labels:
|
||||
app.kubernetes.part-of: c4k-taiga
|
||||
app.kubernetes.io/component: taiga-async
|
||||
app.kubernetes.io/component: taiga-async
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: taiga
|
||||
template:
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: taiga
|
||||
|
@ -55,7 +55,6 @@ spec:
|
|||
value: "postgresql-service"
|
||||
- name: POSTGRES_PORT
|
||||
value: "5432"
|
||||
|
||||
volumes:
|
||||
- name: taiga-static
|
||||
persistentVolumeClaim:
|
Loading…
Reference in a new issue