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/service.yml
2023-09-26 21:43:36 +00:00

13 lines
207 B
YAML

kind: Service
apiVersion: v1
metadata:
name: sentry-demo-app
labels:
app: sentry-demo-app
spec:
ports:
- name: http
port: 3000
targetPort: 3000
selector:
app: sentry-demo-app