17 lines
362 B
YAML
17 lines
362 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: taiga-protected
|
|
namespace: taiga
|
|
labels:
|
|
app.kubernetes.part-of: c4k-taiga
|
|
app.kubernetes.io/component: taiga-protected
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/component: taiga-protected
|
|
ports:
|
|
- name: http
|
|
targetPort: http
|
|
port: 8003
|
|
protocol: TCP
|