Files
web/k8s/service.yaml
2023-08-27 21:01:17 -04:00

17 lines
234 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: dexorder-web
labels:
app: dexorder-web
spec:
type: NodePort
selector:
app: dexorder-web
ports:
- name: web
port: 80
targetPort: 80
protocol: TCP