Create service.yaml
This commit is contained in:
committed by
GitHub
parent
bbb6fcf818
commit
d9f2202873
15
sealed-secret/service.yaml
Normal file
15
sealed-secret/service.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
app: secret-app
|
||||
name: secret-app
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: secret-app
|
||||
type: NodePort
|
||||
Reference in New Issue
Block a user