Files

15 lines
210 B
YAML

apiVersion: v1
kind: Service
metadata:
name: wiki-http
namespace: default
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
selector:
app: wiki
type: ClusterIP