infra4talos/apps-kustomized/nextcloud/service.yaml

16 lines
263 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
labels:
app.kubernetes.io/name: nextcloud
name: nextcloud
namespace: nextcloud
spec:
ports:
- name: http
port: 80
targetPort: http
selector:
app.kubernetes.io/name: nextcloud
type: LoadBalancer