13 lines
192 B
YAML
13 lines
192 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: argocd-server
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
nodePort: 30443
|