moving project to gitea
This commit is contained in:
15
manifests/nginx/overlays/dev/service-patch.yaml
Normal file
15
manifests/nginx/overlays/dev/service-patch.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nginx
|
||||
spec:
|
||||
type: NodePort
|
||||
selector:
|
||||
app: nginx
|
||||
environment: development
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 80
|
||||
nodePort: 32080
|
||||
Reference in New Issue
Block a user