Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TN-4594 Remove tonic pii deployment and update readme #58

Merged
merged 2 commits into from Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -117,28 +117,24 @@ The deployment may take a few minutes with pods in the `ContainerCreating` statu
❯ kubectl get all -n my-tonic-namespace
NAME READY STATUS RESTARTS AGE
pod/tonic-notifications-578d8b8568-7tktx 0/1 ContainerCreating 0 3s
pod/tonic-pii-detection-7b7dc7f5fb-hjhbm 0/1 Running 0 3s
pod/tonic-pyml-service-7d99675b89-2jktq 0/1 ContainerCreating 0 3s
pod/tonic-web-server-b4b795d8-bbr6g 0/1 Running 0 3s
pod/tonic-worker-b8f87bc5c-srd6p 0/1 ContainerCreating 0 3s

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/tonic-notifications ClusterIP 10.100.211.114 <none> 7000/TCP,7001/TCP 3s
service/tonic-pii-detection ClusterIP 10.100.45.33 <none> 7687/TCP 3s
service/tonic-pyml-service ClusterIP 10.100.202.103 <none> 7700/TCP 3s
service/tonic-web-server LoadBalancer 10.100.105.239 <load-balancer-assigned-url> 443:32479/TCP 3s
service/tonic-worker ClusterIP 10.100.26.158 <none> 8080/TCP,4433/TCP 3s

NAME READY UP-TO-DATE AVAILABLE AGE
deployment.apps/tonic-notifications 0/1 1 0 3s
deployment.apps/tonic-pii-detection 0/1 1 0 3s
deployment.apps/tonic-pyml-service 0/1 1 0 3s
deployment.apps/tonic-web-server 0/1 1 0 3s
deployment.apps/tonic-worker 0/1 1 0 3s

NAME DESIRED CURRENT READY AGE
replicaset.apps/tonic-notifications-578d8b8568 1 1 0 3s
replicaset.apps/tonic-pii-detection-7b7dc7f5fb 1 1 0 3s
replicaset.apps/tonic-pyml-service-7d99675b89 1 1 0 3s
replicaset.apps/tonic-web-server-b4b795d8 1 1 0 3s
replicaset.apps/tonic-worker-b8f87bc5c 1 1 0 3s
Expand Down
120 changes: 0 additions & 120 deletions templates/tonic-pii-detection-deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions templates/tonic-pii-detection-service.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions templates/tonic-worker-deployment.yaml
Expand Up @@ -102,8 +102,6 @@ spec:
value: {{quote .Values.enableLogCollection }}
- name: ENVIRONMENT_NAME
value: {{ .Values.environmentName }}
- name: TONIC_PII_DETECTION_URL
value: https://tonic-pii-detection:7687
- name: TONIC_SPARK_URL
value: https://tonic-spark-helper:5501
- name: TONIC_NOTIFICATIONS_URL
Expand Down
4 changes: 1 addition & 3 deletions values.sample.yaml
Expand Up @@ -89,9 +89,7 @@ tonicai:
https: 443
http: 80
notifications:
#image: quay.io/tonicai/tonic_notifications
pii_detection:
#image: quay.io/tonicai/tonic_pii_detection
image: quay.io/tonicai/tonic_notifications
pyml_service:
#image: quay.io/tonicai/tonic_pyml_service
#
Expand Down