Files
podinfo/deploy/secure/frontend/service.yaml
2020-11-17 23:04:35 +00:00

18 lines
291 B
YAML

apiVersion: v1
kind: Service
metadata:
name: frontend
namespace: secure
spec:
type: ClusterIP
selector:
app: frontend
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
- name: https
port: 443
protocol: TCP
targetPort: https