You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Create an additional Helm chart for the ZLUX app server.
A proposed structure will be:
2 x PersistentVolumeClaim resources for the instance and dropins volumes
Job resource template for plugin extraction jobs
Deployment resource for the ZLUX app server container. This may also include an initContainer to install the plugins before the main app server container starts
Service (ClusterIP) resource for exposing port 8544 (or other configured port) to the cluster
ServiceAccount resource to allow the app server to run under a service account which is not default
The text was updated successfully, but these errors were encountered:
Create an additional Helm chart for the ZLUX app server.
A proposed structure will be:
PersistentVolumeClaim
resources for the instance and dropins volumesJob
resource template for plugin extraction jobsDeployment
resource for the ZLUX app server container. This may also include an initContainer to install the plugins before the main app server container startsService
(ClusterIP
) resource for exposing port8544
(or other configured port) to the clusterServiceAccount
resource to allow the app server to run under a service account which is notdefault
The text was updated successfully, but these errors were encountered: