mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
15 lines
253 B
YAML
15 lines
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 |