infrastructure/flux/cluster/apps/presidential-paradise/zookeeper/ingress.yaml
Vivian fa4f21a63f
Some checks failed
continuous-integration/drone/push Build is failing
yamllint
2022-05-29 17:16:34 +02:00

18 lines
363 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: zookeeper
namespace: presidential-paradise
spec:
rules:
- host: "zookeeper.0x76.dev"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: zookeeper
port:
number: 8085