Advertisement
supermaca

Untitled

Mar 17th, 2023
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 KB | None | 0 0
  1. #169-annotations.yml
  2. kind: Pod
  3. apiVersion: v1
  4. metadata:
  5.   name: firstpod
  6.   labels:
  7.     app: fp
  8.     release: stable
  9.     team: red
  10.   annotations:
  11.     logsDir: "/etc/logs"
  12. spec:
  13.   containers:
  14.     - name: db
  15.       image: redis
  16.     - name: web
  17.       image: httpd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement