Skip to content

Commit

Permalink
Create values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emre-23 committed Jan 24, 2021
1 parent ebe7208 commit 566c9f0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions k8s_files/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
replicaCount: 1

image:
repository: 23emre/main
tag: allishere
pullPolicy: IfNotPresent

service:
name: go-app
type: NodePort
externalPort: 11130
internalPort: 11130

resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi

0 comments on commit 566c9f0

Please sign in to comment.