Files
bouncer/misc/k8s/kustomization/base/resources/bouncer-admin/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
314 B
YAML

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