Skip to content

Commit

Permalink
Added annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Apr 10, 2021
1 parent 3190dd9 commit 4af32e3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions April21/annotations/annotationdemo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
apiVersion: v1
kind: Pod
metadata:
name: label-demo1
labels:
environment: developer
team: infra-ops
project: qt-ecommerce
annotations:
commit-id: 3190dd9e231b92f07da29e052a0fbc812ed8c999
jira-issue: "https://jira.qualtitythought.in/issue/OP-25"
spec:
containers:
- name: nginx-container
image: nginx
ports:
- containerPort: 80
protocol: TCP

0 comments on commit 4af32e3

Please sign in to comment.