Skip to content

Commit

Permalink
themis executor service
Browse files Browse the repository at this point in the history
  • Loading branch information
pgorgolew committed Jun 6, 2024
1 parent 58a5069 commit 7a70650
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions manifests/06-svc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: themis-executor-service
namespace: themis-executor
spec:
type: ClusterIP
selector:
name: themis-executor
ports:
- name: http
protocol: TCP
port: 80
targetPort: 8080

0 comments on commit 7a70650

Please sign in to comment.