add monetnaildesign
This commit is contained in:
16
applications/app-web-monetnaildesign/service.yaml
Normal file
16
applications/app-web-monetnaildesign/service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
description: Exposes and load balances the application pods
|
||||
labels:
|
||||
app: monetnaildesign-nginx
|
||||
template: nginx-example
|
||||
name: monetnaildesign-nginx
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
selector:
|
||||
name: monetnaildesign-nginx
|
||||
Reference in New Issue
Block a user