aria: scaffold k8s/service.yml
This commit is contained in:
parent
07f2d02405
commit
141f986b75
17
k8s/service.yml
Normal file
17
k8s/service.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: dolphinsite
|
||||||
|
namespace: aria-projects
|
||||||
|
labels:
|
||||||
|
app: dolphinsite
|
||||||
|
managed-by: aria
|
||||||
|
spec:
|
||||||
|
type: NodePort
|
||||||
|
selector:
|
||||||
|
app: dolphinsite
|
||||||
|
ports:
|
||||||
|
- name: http
|
||||||
|
port: 80
|
||||||
|
targetPort: 80
|
||||||
|
protocol: TCP
|
||||||
Loading…
x
Reference in New Issue
Block a user