mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Add app label to pod metadata in job.spec.template.labels Fix issue where hooks could bypass a project whitelist/blacklist (issue #794) Fix issue where deletion of hooks did not perform a cascaded deletion (issue #797)
11 lines
152 B
YAML
11 lines
152 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: my-service
|
|
spec:
|
|
selector:
|
|
app: MyApp
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 9376
|