Skip to content

Commit

Permalink
feat: update edit and view YAML type (#345)
Browse files Browse the repository at this point in the history
* style: update edit and view YAML type

* Update system-frontend.yaml

---------

Co-authored-by: eball <[email protected]>
  • Loading branch information
yongheng2016 and eball authored Aug 16, 2024
1 parent 3f18373 commit 47a7e4c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
name: dashboard
port: 80
targetPort: 81

---
apiVersion: v1
kind: Service
Expand Down Expand Up @@ -108,7 +109,7 @@ spec:
- mountPath: /www
name: www-dir
- name: control-hub-init
image: beclab/admin-console-frontend-v1:v0.3.8
image: beclab/admin-console-frontend-v1:v0.3.9
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -445,4 +446,4 @@ data:
location ~.*\.(js|css|png|jpg|svg|woff|woff2)$ {
add_header Cache-Control "public, max-age=2678400";
}
}
}

0 comments on commit 47a7e4c

Please sign in to comment.