mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 23:06:23 +00:00
20 lines
333 B
YAML
20 lines
333 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: hgzero-uiux-prototype
|
|
namespace: hgzero
|
|
labels:
|
|
app: hgzero-uiux-prototype
|
|
tier: frontend
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: hgzero-uiux-prototype
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 80
|
|
targetPort: 80
|
|
nodePort: 30080
|
|
sessionAffinity: None
|