Initial commit
This commit is contained in:
commit
7724a7614e
24 changed files with 1653 additions and 0 deletions
13
app/helm/templates/service.yml
Normal file
13
app/helm/templates/service.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Reference in a new issue