Files
2026-06-19 21:33:11 +00:00

14 lines
203 B
YAML

apiVersion: v1
kind: Service
metadata:
name: limesurvey
namespace: limesurvey
spec:
selector:
component: web
ports:
- name: http
port: 80
targetPort: 8080
protocol: TCP