Add taiga-back-service, consistent labels
This commit is contained in:
parent
0734b7c02c
commit
477dd24c45
2 changed files with 19 additions and 0 deletions
|
@ -4,6 +4,7 @@ metadata:
|
||||||
name: taiga-back-deployment
|
name: taiga-back-deployment
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.part-of: c4k-taiga
|
app.kubernetes.part-of: c4k-taiga
|
||||||
|
app.kubernetes.io/component: taiga-back
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
|
|
18
src/main/resources/taiga/taiga-back-service.yaml
Normal file
18
src/main/resources/taiga/taiga-back-service.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: taiga-back-service
|
||||||
|
labels:
|
||||||
|
app.kubernetes.part-of: c4k-taiga
|
||||||
|
app.kubernetes.io/component: taiga-back
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
type: ClusterIP
|
||||||
|
selector:
|
||||||
|
app.kubernetes.io/component: taiga-back
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
targetPort: http
|
||||||
|
port: 80
|
||||||
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in a new issue