pigallery2-k8s/pigallery2-service.yaml
2022-02-28 11:40:00 -05:00

16 lines
249 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: pigallery2
name: pigallery2
spec:
type: "ClusterIP"
ports:
- name: "http"
port: 80
protocol: "TCP"
targetPort: 80
selector:
app: "pigallery2"