Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # deploy latest image agar selalu ambil yang terupdate, tambahkan imagePullPolicy: "Always" di file yaml. contoh:
- spec:
- terminationGracePeriodSeconds: 30
- containers:
- - name: my_container
- image: my_image:latest
- imagePullPolicy: "Always"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement