change ways to expose port for rlpa
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
kubectl patch service ingress-nginx-controller -n argocd --patch-file ports.yaml
|
||||
fileName=$1
|
||||
|
||||
kubectl patch service ingress-nginx-controller -n argocd --patch-file $fileName.yaml
|
||||
6
scripts/ingress-nginx/rlpa.yaml
Normal file
6
scripts/ingress-nginx/rlpa.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
spec:
|
||||
ports:
|
||||
- name: rlpa-tcp
|
||||
port: 1888
|
||||
targetPort: 1888
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user