mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
15 lines
No EOL
253 B
YAML
15 lines
No EOL
253 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/instance: httpbin
|
|
name: httpbin-svc
|
|
namespace: httpbin
|
|
spec:
|
|
ports:
|
|
- name: http-port
|
|
port: 7777
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: httpbin |