mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
19 lines
344 B
YAML
19 lines
344 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nginx
|
|
annotations:
|
|
metallb.universe.tf/address-pool: default
|
|
spec:
|
|
loadBalancerIP: 192.168.1.211
|
|
ports:
|
|
- port: 80
|
|
name: http
|
|
targetPort: 80
|
|
- port: 443
|
|
name: https
|
|
targetPort: 443
|
|
selector:
|
|
app.kubernetes.io/name: nginx-ingress-controller
|
|
type: LoadBalancer
|