pigallery2-k8s/pigallery2-service.yaml

16 lines
249 B
YAML
Raw Normal View History

2021-06-29 12:02:54 -04:00
apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: pigallery2
name: pigallery2
spec:
2021-06-30 19:12:39 -04:00
type: "ClusterIP"
2021-06-29 12:02:54 -04:00
ports:
2021-06-30 19:12:39 -04:00
- name: "http"
port: 80
protocol: "TCP"
targetPort: 80
2021-06-29 12:02:54 -04:00
selector:
2021-06-30 19:12:39 -04:00
app: "pigallery2"