c4k-taiga/src/main/resources/taiga/async-service.yaml

18 lines
328 B
YAML
Raw Normal View History

2023-08-10 14:02:24 +02:00
kind: Service
apiVersion: v1
metadata:
2023-08-22 13:12:15 +02:00
name: taiga-async
2023-08-10 14:02:24 +02:00
labels:
app.kubernetes.part-of: c4k-taiga
app.kubernetes.io/component: taiga-async
namespace: default
spec:
type: ClusterIP
selector:
2023-08-24 13:46:07 +02:00
app: taiga
2023-08-10 14:02:24 +02:00
ports:
- name: http
targetPort: http
port: 8000
protocol: TCP