docs: update example deployment

This commit is contained in:
2024-08-10 10:21:18 +02:00
parent 4580229647
commit e5cc60e53f
2 changed files with 20 additions and 0 deletions

View File

@@ -96,6 +96,10 @@ spec:
spec: spec:
containers: containers:
- name: pg-bkup - name: pg-bkup
# In production, it is advised to lock your image tag to a proper
# release version instead of using `latest`.
# Check https://github.com/jkaninda/pg-bkup/releases
# for a list of available releases.
image: jkaninda/pg-bkup image: jkaninda/pg-bkup
command: command:
- bkup - bkup

View File

@@ -23,6 +23,10 @@ spec:
spec: spec:
containers: containers:
- name: pg-bkup - name: pg-bkup
# In production, it is advised to lock your image tag to a proper
# release version instead of using `latest`.
# Check https://github.com/jkaninda/pg-bkup/releases
# for a list of available releases.
image: jkaninda/pg-bkup image: jkaninda/pg-bkup
command: command:
- bkup - bkup
@@ -75,6 +79,10 @@ spec:
spec: spec:
containers: containers:
- name: pg-bkup - name: pg-bkup
# In production, it is advised to lock your image tag to a proper
# release version instead of using `latest`.
# Check https://github.com/jkaninda/pg-bkup/releases
# for a list of available releases.
image: jkaninda/pg-bkup image: jkaninda/pg-bkup
command: command:
- bkup - bkup
@@ -129,6 +137,10 @@ spec:
spec: spec:
containers: containers:
- name: pg-bkup - name: pg-bkup
# In production, it is advised to lock your image tag to a proper
# release version instead of using `latest`.
# Check https://github.com/jkaninda/pg-bkup/releases
# for a list of available releases.
image: jkaninda/pg-bkup image: jkaninda/pg-bkup
command: command:
- bkup - bkup
@@ -188,6 +200,10 @@ spec:
fsGroup: 2000 fsGroup: 2000
containers: containers:
- name: pg-bkup - name: pg-bkup
# In production, it is advised to lock your image tag to a proper
# release version instead of using `latest`.
# Check https://github.com/jkaninda/pg-bkup/releases
# for a list of available releases.
image: jkaninda/pg-bkup image: jkaninda/pg-bkup
command: command:
- bkup - bkup