Skip to content

Commit

Permalink
remove epid aesm services (#3978)
Browse files Browse the repository at this point in the history
* remove epid aesm services
  • Loading branch information
jgreat committed May 9, 2024
1 parent 80ba119 commit 5563c9f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 62 deletions.
1 change: 0 additions & 1 deletion .internal-ci/docker/Dockerfile.node_hw
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ EXPOSE 8443
# Volumes
VOLUME /config
VOLUME /sealed
VOLUME /var/run/aesmd
VOLUME /ledger
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ spec:
- name: supervisor-conf
projected:
sources:
- configMap:
name: {{ include "fog-ingest.fullname" . }}-supervisord-sgx
- configMap:
name: {{ include "fog-ingest.fullname" . }}-supervisord-daemon
- configMap:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ spec:
- name: supervisor-conf
projected:
sources:
- configMap:
name: {{ include "fog-ledger.fullname" $ }}-supervisord-sgx
- configMap:
name: {{ include "fog-ledger.fullname" $ }}-supervisord-daemon
- configMap:
Expand Down Expand Up @@ -429,8 +427,6 @@ spec:
- name: supervisor-conf
projected:
sources:
- configMap:
name: {{ include "fog-ledger.fullname" $ }}-supervisord-sgx
- configMap:
name: {{ include "fog-ledger.fullname" $ }}-supervisord-daemon
- configMap:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ spec:
sources:
- configMap:
name: {{ include "fog-view.fullname" $ }}-supervisord-fog-view-router
- configMap:
name: {{ include "fog-view.fullname" $ }}-supervisord-sgx
- configMap:
name: {{ include "fog-view.fullname" $ }}-supervisord-daemon
- configMap:
Expand Down Expand Up @@ -430,8 +428,6 @@ spec:
- name: supervisor-conf
projected:
sources:
- configMap:
name: {{ include "fog-view.fullname" $ }}-supervisord-sgx
- configMap:
name: {{ include "fog-view.fullname" $ }}-supervisord-daemon
- configMap:
Expand Down

This file was deleted.

0 comments on commit 5563c9f

Please sign in to comment.