1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
trz-sentry-demo-legacy/app/helm/templates/ingress.yml
2023-09-26 21:43:36 +00:00

16 lines
338 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sentry-demo-app
spec:
rules:
- host: {{ .Values.host }}
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: sentry-demo-app
port:
number: 3000