1
0
Fork 0
home-stack-kustomize/kustomize/bases/actual/actual-ingress.yaml

20 lines
359 B
YAML
Raw Permalink Normal View History

2023-12-26 00:25:48 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: server
labels:
app.kubernetes.io/name: actual
probe: blackbox-http
spec:
rules:
- host: ${ACTUAL_EXTERNAL_HOST}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: server
port:
name: http