Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dnxorjs1 committed Jan 20, 2021
1 parent ba3d9fa commit 9c5a5b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions install_yaml/hc-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ spec:
serviceAccount: hypercloud5-admin
containers:
- name: hypercloud5-api-server
image: 192.168.6.197:5000/hc-api-server:v0.1.1 #192.168.6.110:5000/hc-api-server:v0.0.3
imagePullPolicy: Always
image: 192.168.6.197:5000/hc-api-server:v0.1.1
imagePullPolicy: IfNotPresent
env:
- name: TZ
value: Asia/Seoul
Expand All @@ -54,10 +54,10 @@ spec:
resources:
limits:
cpu: "1"
memory: "1Gi"
memory: "800M"
requests:
cpu: "1"
memory: "1Gi"
memory: "100M"
volumeMounts:
- name: api-server-log-mnt
mountPath: /logs
Expand All @@ -70,4 +70,3 @@ spec:
- name : config-module
configMap:
name : hc-version # configmap shoulde be already made before mount this
#serviceAccountName: hypercloud5-system-admin

0 comments on commit 9c5a5b2

Please sign in to comment.