Add taiga-back-service, consistent labels

This commit is contained in:
erik 2023-08-10 14:10:42 +02:00
parent 0734b7c02c
commit 477dd24c45
2 changed files with 19 additions and 0 deletions

View file

@ -4,6 +4,7 @@ metadata:
name: taiga-back-deployment
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-back
spec:
replicas: 1
selector:

View 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