Add taiga-protected-service, consistent labels

This commit is contained in:
erik 2023-08-10 14:20:49 +02:00
parent 02a980e4d6
commit c32846b4db
2 changed files with 19 additions and 0 deletions

View file

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

View file

@ -0,0 +1,18 @@
kind: Service
apiVersion: v1
metadata:
name: taiga-protected-service
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-protected
namespace: default
spec:
type: ClusterIP
selector:
app.kubernetes.io/component: taiga-protected
ports:
- name: http
targetPort: http
port: 8003
protocol: TCP