Skip to content

Commit

Permalink
Merge pull request #9 from ladesa-ro/infra-k3s
Browse files Browse the repository at this point in the history
feat: infra k3s [wip]
  • Loading branch information
guesant authored Dec 31, 2024
2 parents 337a095 + 31d4195 commit c52197a
Show file tree
Hide file tree
Showing 182 changed files with 1,214 additions and 299 deletions.
20 changes: 11 additions & 9 deletions .devops/values.common.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
applicationName: ladesa-ro-docs

service:
enabled: true
type: NodePort
ports:
- name: web-service
port: 80
targetPort: web-port

deployment:
enabled: false

replicas: 1

containerSecurityContext: false
containerSecurityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false

ports:
- containerPort: 80
Expand All @@ -38,5 +32,13 @@ deployment:
failureThreshold: 30
periodSeconds: 10

service:
enabled: true
type: NodePort
ports:
- name: web-service
port: 80
targetPort: web-port

ingress:
enabled: false
Loading

0 comments on commit c52197a

Please sign in to comment.