mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
15 lines
212 B
YAML
15 lines
212 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: podinfo
|
|
namespace: test
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: podinfo-primary
|
|
ports:
|
|
- name: http
|
|
port: 9898
|
|
protocol: TCP
|
|
targetPort: http
|