Files
web-log/k8s/web-log-service.yaml
T
nicholas 95ae165232
Build & Push Hugo Site Image / Build & Push Image (push) Successful in 26s
deploy web log with k3s
2026-08-04 16:39:50 -05:00

16 lines
257 B
YAML

apiVersion: v1
kind: Service
metadata:
name: web-log
labels:
app.kubernetes.io/name: web-log
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: web-log
ports:
- name: http
port: 80
targetPort: http
protocol: TCP