Skip to content

Commit 52064b3

Browse files
committed
update .transpire.py
1 parent a71a468 commit 52064b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.transpire.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def add_probes(dep):
3232

3333
def add_volumes(dep):
3434
dep.obj.spec.template.spec.volumes = [
35-
{"name": "nfs-export-home", "nfs": {"path": "/opt/homes/home", "server": "homes"}},
36-
{"name": "nfs-export-services", "nfs": {"path": "/opt/homes/services", "server": "services"}},
35+
{"name": "nfs-export-home", "nfs": {"path": "/opt/homes/home", "server": "homes.ocf.berkeley.edu"}},
36+
{"name": "nfs-export-services", "nfs": {"path": "/opt/homes/services", "server": "services.ocf.berkeley.edu"}},
3737
{"name": "secrets", "secret": {"secretName": "create"}},
3838
]
3939

0 commit comments

Comments
 (0)