Skip to content

Commit

Permalink
update-k8s-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamilselvan-lws committed Oct 7, 2024
1 parent 7250f28 commit b324cf7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _docs/installation/providers/enterprise/faveo-helpdesk-k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
spec:
containers:
- name: faveo-apache
image: ladybird/faveo-k8s:apache-20240828-1
image: ladybird/faveo-k8s:apache-v9.2.2
resources:
limits:
memory: 700Mi
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
# subPath: faveorootCA.crt
initContainers:
- name: fetch
image: ladybird/faveo-k8s:fetcher-20240828-1
image: ladybird/faveo-k8s:fetcher-v9.2.2
command: ['sh','-c','apt update;apt install git -y; curl https://billing.faveohelpdesk.com/download/faveo\?order_number\=order-no\&serial_key\=license-key --output faveo.zip; unzip faveo.zip -d html;chown -R www-data:www-data /html']
volumeMounts:
- name: volume-data
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
spec:
containers:
- name: faveo-supervisor
image: ladybird/faveo-k8s:supervisor-20240828-1
image: supervisor-v9.2.2
resources:
limits:
memory: 1024Mi
Expand All @@ -378,7 +378,7 @@ spec:
subPath: .env
initContainers:
- name: fetch
image: ladybird/faveo-k8s:fetcher-20240828-1
image: ladybird/fetcher-v9.2.2
command: ['sh','-c','apt update;apt install git -y; curl https://billing.faveohelpdesk.com/download/faveo\?order_number\=order-no\&serial_key\=license-key --output faveo.zip; unzip faveo.zip -d html;chown -R www-data:www-data /html']
volumeMounts:
- name: volume-data
Expand Down

0 comments on commit b324cf7

Please sign in to comment.