Files
huly-selfhost/kube/front/front-service.yaml
T
2024-05-24 16:15:02 +07:00

13 lines
158 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: front
name: front
spec:
ports:
- port: 80
targetPort: 8080
selector:
app: front