mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-01 05:47:17 +00:00
14 lines
226 B
YAML
14 lines
226 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: service-catalog-apiserver
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- name: secure
|
||
|
|
port: 443
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 8443
|
||
|
|
selector:
|
||
|
|
app: service-catalog-apiserver
|