Skip to content

Commit

Permalink
Update nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Jan 31, 2024
1 parent e459a11 commit b1bfbae
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,14 @@ jobs:
helm repo add metallb https://metallb.github.io/metallb
helm install metallb metallb/metallb
cat <<EOF | kubectl apply -f -
apiVersion: v1
kind: ConfigMap
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: first-pool
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.10.10-192.168.10.20
spec:
addresses:
- 192.168.9.1-192.168.9.100
EOF
- name: Deploy nginx
Expand Down

0 comments on commit b1bfbae

Please sign in to comment.