Files
bouncer/misc/k8s/kustomization/base/resources/bouncer-server/resources/service.yaml
William Petit e76a82668d
Some checks failed
Cadoles/bouncer/pipeline/head There was a failure building this commit
Cadoles/bouncer/pipeline/pr-develop There was a failure building this commit
feat: kubernetes basic integration
2024-03-27 17:47:39 +01:00

16 lines
319 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/name: bouncer-server
app.kubernetes.io/part-of: bouncer
name: bouncer-server
spec:
type: ClusterIP
ports:
- name: bouncer-server
port: 8080
targetPort: bouncer-server
selector:
app.kubernetes.io/name: bouncer-server