mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-20 09:46:45 +00:00
18 lines
291 B
YAML
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 |